home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group92c.txt / 000094_icon-group-sender _Thu Nov 19 06:00:42 1992.msg < prev    next >
Internet Message Format  |  1993-01-04  |  732b

  1. Received: by cheltenham.cs.arizona.edu; Thu, 19 Nov 1992 07:49:09 MST
  2. Date: Thu, 19 Nov 1992 06:00:42 MST
  3. From: "Ralph Griswold" <ralph>
  4. Message-Id: <199211191300.AA18993@cheltenham.cs.arizona.edu>
  5. To: Paul_Abrahams@MTS.cc.Wayne.edu, icon-group@cs.arizona.edu
  6. Subject: Re:  Readability of semicolons
  7. Status: R
  8. Errors-To: icon-group-errors@cs.arizona.edu
  9.  
  10. Yes, of course you *can* string things together on one line in Icon.
  11. But the use of lines rather than semicolons to separate expressions
  12. encourages a more readable style.
  13.  
  14. Rick Fonorow once noted that it's never necessary to have any semicolons
  15. in an Icon program (except in literals).  If you use that as a style guide,
  16. you tend to get more readable programs.
  17.